home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Monkey Lander.swf / scripts / frame_15 / PlaceObject2_209_731 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2006-06-13  |  145 b   |  7 lines

  1. onClipEvent(load){
  2.    globalsound = new Sound();
  3.    pause = getTimer() + 100;
  4.    _root.volumeOff = false;
  5.    globalsound.setVolume(100);
  6. }
  7.